Fix service context early restore#12643
Merged
chickenlj merged 3 commits intoapache:3.2from Jul 3, 2023
Merged
Conversation
AlbumenJ
added a commit
to AlbumenJ/dubbo-samples
that referenced
this pull request
Jul 2, 2023
This reverts commit b169107.
Codecov Report
@@ Coverage Diff @@
## 3.2 #12643 +/- ##
============================================
- Coverage 69.64% 69.40% -0.24%
+ Complexity 340 2 -338
============================================
Files 3481 1629 -1852
Lines 165102 67379 -97723
Branches 27734 9882 -17852
============================================
- Hits 114985 46765 -68220
+ Misses 40116 16099 -24017
+ Partials 10001 4515 -5486 see 1892 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Kudos, SonarCloud Quality Gate passed! |
AlbumenJ
added a commit
to apache/dubbo-samples
that referenced
this pull request
Jul 8, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








What is the purpose of the change
Fix service context cleaned in ConsumerContextFilter will affect other cluster filters get remote attributes.
Brief changelog
Verifying this change
Checklist